Skip to content

Bump the browsergym-related group across 1 directory with 2 updates#7

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/browsergym-related-e50ddf31e2
Closed

Bump the browsergym-related group across 1 directory with 2 updates#7
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/browsergym-related-e50ddf31e2

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Apr 21, 2025

Updates the requirements on browser-use and playwright to permit the latest version.
Updates browser-use to 0.1.41

Release notes

Sourced from browser-use's releases.

0.1.41

Better browser launching, more elements detected, improved logging, config, and much more...

🚀 Thank you all so much who worked on this massive release! We appreciate all of your contributions and this was a massive effort by many people. Every day the library's capabilities and opportunities grow, and it just keeps getting better as more people show up to help! Thanks for bearing with us catching up with some of these PRs, we got such a flood of attention that it will take us a little while to fully catch up.

Discord Twitter Follow GitHub Issues.

🛠️ What's Changed

... (truncated)

Commits
  • 513ed73 bump version to 0.1.41
  • d9c17a5 Merge pull request #1399 from browser-use/vision-fix
  • df07566 auto-disable use_vision for deepseek models
  • d565864 Merge pull request #1398 from browser-use/better-logging
  • dc59ded cleanup console colors on exit and silence some unneeded debug logs
  • 96be634 fix context_lines split None error
  • 6f061e6 log more info about the models at startup
  • 77314dc simplify model name getter
  • c4b1f8e Merge pull request #1347 from soeffing/fix-web-voyager-example
  • 72c6abd Update browser_use/browser/context.py
  • Additional commits viewable in compare view

Updates playwright to 1.51.0

Release notes

Sourced from playwright's releases.

v1.51.0

Highlights

  • New option indexed_db for browserContext.storage_state() allows to save and restore IndexedDB contents. Useful when your application uses IndexedDB API to store authentication tokens, like Firebase Authentication.

    Here is an example following the authentication guide:

    # Save storage state into the file. Make sure to include IndexedDB.
    storage = context.storage_state(path="state.json", indexed_db=True)
    Create a new context with the saved storage state.
    context = browser.new_context(storage_state="state.json")

  • New option visible for locator.filter() allows matching only visible elements.

    # Ignore invisible todo items.
    todo_items = page.get_by_test_id("todo-item").filter(visible=True)
    # Check there are exactly 3 visible ones.
    expect(todo_items).to_have_count(3)
  • New option contrast for methods page.emulate_media() and browser.new_context() allows to emulate the prefers-contrast media feature.

  • New option fail_on_status_code makes all fetch requests made through the APIRequestContext throw on response codes other than 2xx and 3xx.

Browser Versions

  • Chromium 134.0.6998.35
  • Mozilla Firefox 135.0
  • WebKit 18.4

This version was also tested against the following stable channels:

  • Google Chrome 133
  • Microsoft Edge 133
Commits
  • 256635b devops: fix ESRP publishing
  • 3f97c8a chore(roll): roll Playwright to 1.51.1 (#2786)
  • 25fb05d test: migrate flaky plugin to rerunfailures (#2772)
  • 1b95464 chore(roll): roll Playwright to 1.51.0-beta-1741166263000 (#2767)
  • 55725d5 test: unflake tests (#2768)
  • 8533973 build(deps): bump setuptools from 75.8.0 to 75.8.2 (#2763)
  • 23f1532 build(deps): bump pytest from 8.3.4 to 8.3.5 (#2762)
  • 3e61c3f build(deps): bump types-requests from 2.32.0.20241016 to 2.32.0.20250301 (#2761)
  • 738f98d devops: use ESRP PME for publishing (#2760)
  • 4e98d68 build(deps): bump flake8 from 7.1.1 to 7.1.2 (#2748)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [browser-use](https://github.com/browser-use/browser-use) and [playwright](https://github.com/microsoft/playwright-python) to permit the latest version.

Updates `browser-use` to 0.1.41
- [Release notes](https://github.com/browser-use/browser-use/releases)
- [Commits](browser-use/browser-use@0.1.40...0.1.41)

Updates `playwright` to 1.51.0
- [Release notes](https://github.com/microsoft/playwright-python/releases)
- [Commits](microsoft/playwright-python@v1.50.0...v1.51.0)

---
updated-dependencies:
- dependency-name: browser-use
  dependency-version: 0.1.41
  dependency-type: direct:production
  dependency-group: browsergym-related
- dependency-name: playwright
  dependency-version: 1.51.0
  dependency-type: direct:production
  dependency-group: browsergym-related
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 21, 2025
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github May 5, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this May 5, 2025
@dependabot dependabot bot deleted the dependabot/pip/browsergym-related-e50ddf31e2 branch May 5, 2025 00:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants